• frmStudentsCardRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStudentsCardRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStudentsCardRecord))
31         Me.Panel2 = New System.Windows.Forms.Panel()
32         Me.Label1 = New System.Windows.Forms.Label()
33         Me.dgw = New System.Windows.Forms.DataGridView()
34         Me.Panel3 = New System.Windows.Forms.Panel()
35         Me.Button1 = New System.Windows.Forms.Button()
36         Me.Button4 = New System.Windows.Forms.Button()
37         Me.btnReset = New System.Windows.Forms.Button()
38         Me.Panel1 = New System.Windows.Forms.Panel()
39         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
40         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
41         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
42         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
43         Me.Label3 = New System.Windows.Forms.Label()
44         Me.Label2 = New System.Windows.Forms.Label()
45         Me.Label4 = New System.Windows.Forms.Label()
46         Me.cmbSection = New System.Windows.Forms.ComboBox()
47         Me.cmbClass = New System.Windows.Forms.ComboBox()
48         Me.cmbSession = New System.Windows.Forms.ComboBox()
49         Me.btnSearch = New System.Windows.Forms.Button()
50         Me.Panel2.SuspendLayout()
51         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
52         Me.Panel3.SuspendLayout()
53         Me.Panel1.SuspendLayout()
54         Me.GroupBox4.SuspendLayout()
55         Me.SuspendLayout()
56         
'
57         
'Panel2
58         
'
59         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
60         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
61         Me.Panel2.Controls.Add(Me.Label1)
62         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
63         Me.Panel2.Name =
"Panel2"
64         Me.Panel2.Size = New System.Drawing.Size(
554, 62)
65         Me.Panel2.TabIndex =
0
66         
'
67         
'Label1
68         
'
69         Me.Label1.AutoSize = True
70         Me.Label1.BackColor = System.Drawing.Color.Transparent
71         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.Label1.ForeColor = System.Drawing.Color.White
73         Me.Label1.Location = New System.Drawing.Point(
170, 16)
74         Me.Label1.Name =
"Label1"
75         Me.Label1.Size = New System.Drawing.Size(
225, 24)
76         Me.Label1.TabIndex =
0
77         Me.Label1.Text =
"Students Cards Record"
78         
'
79         
'dgw
80         
'
81         Me.dgw.AllowUserToAddRows = False
82         Me.dgw.AllowUserToDeleteRows = False
83         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
84         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
85         Me.dgw.BackgroundColor = System.Drawing.Color.White
86         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
87         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
88         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
89         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
90         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
91         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
92         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
93         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
94         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
95         Me.dgw.ColumnHeadersHeight =
30
96         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
97         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
98         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
99         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
100         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
101         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
102         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
103         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
104         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
105         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
106         Me.dgw.EnableHeadersVisualStyles = False
107         Me.dgw.GridColor = System.Drawing.Color.White
108         Me.dgw.Location = New System.Drawing.Point(
9, 168)
109         Me.dgw.MultiSelect = False
110         Me.dgw.Name =
"dgw"
111         Me.dgw.ReadOnly = True
112         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
113         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
114         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
115         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
117         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
118         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
119         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
120         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
121         Me.dgw.RowHeadersWidth =
25
122         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
123         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
124         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
126         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
127         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
128         Me.dgw.RowTemplate.Height =
18
129         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
130         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
131         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
132         Me.dgw.Size = New System.Drawing.Size(
428, 459)
133         Me.dgw.TabIndex =
1
134         
'
135         
'Panel3
136         
'
137         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
138         Me.Panel3.Controls.Add(Me.Button1)
139         Me.Panel3.Controls.Add(Me.Button4)
140         Me.Panel3.Controls.Add(Me.btnReset)
141         Me.Panel3.Location = New System.Drawing.Point(
447, 168)
142         Me.Panel3.Name =
"Panel3"
143         Me.Panel3.Size = New System.Drawing.Size(
116, 139)
144         Me.Panel3.TabIndex =
41
145         
'
146         
'Button1
147         
'
148         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
149         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
150         Me.Button1.Location = New System.Drawing.Point(
16, 12)
151         Me.Button1.Name =
"Button1"
152         Me.Button1.Size = New System.Drawing.Size(
80, 33)
153         Me.Button1.TabIndex =
43
154         Me.Button1.Text =
"&Export Excel"
155         Me.Button1.UseVisualStyleBackColor = True
156         
'
157         
'Button4
158         
'
159         Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
160         Me.Button4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.Button4.Location = New System.Drawing.Point(
17, 90)
162         Me.Button4.Name =
"Button4"
163         Me.Button4.Size = New System.Drawing.Size(
79, 33)
164         Me.Button4.TabIndex =
2
165         Me.Button4.Text =
"&Close"
166         Me.Button4.UseVisualStyleBackColor = True
167         
'
168         
'btnReset
169         
'
170         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
171         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
172         Me.btnReset.Location = New System.Drawing.Point(
16, 51)
173         Me.btnReset.Name =
"btnReset"
174         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
175         Me.btnReset.TabIndex =
0
176         Me.btnReset.Text =
"&Reset"
177         Me.btnReset.UseVisualStyleBackColor = True
178         
'
179         
'Panel1
180         
'
181         Me.Panel1.BackColor = System.Drawing.Color.White
182         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
183         Me.Panel1.Controls.Add(Me.btnSearch)
184         Me.Panel1.Controls.Add(Me.GroupBox4)
185         Me.Panel1.Controls.Add(Me.Panel3)
186         Me.Panel1.Controls.Add(Me.dgw)
187         Me.Panel1.Controls.Add(Me.Panel2)
188         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
189         Me.Panel1.Name =
"Panel1"
190         Me.Panel1.Size = New System.Drawing.Size(
577, 634)
191         Me.Panel1.TabIndex =
2
192         
'
193         
'Column1
194         
'
195         Me.Column1.HeaderText =
"Admission No."
196         Me.Column1.Name =
"Column1"
197         Me.Column1.ReadOnly = True
198         
'
199         
'Column2
200         
'
201         Me.Column2.HeaderText =
"Student name"
202         Me.Column2.Name =
"Column2"
203         Me.Column2.ReadOnly = True
204         Me.Column2.Width =
200
205         
'
206         
'Column3
207         
'
208         Me.Column3.HeaderText =
"Status"
209         Me.Column3.Name =
"Column3"
210         Me.Column3.ReadOnly = True
211         
'
212         
'GroupBox4
213         
'
214         Me.GroupBox4.BackColor = System.Drawing.Color.Transparent
215         Me.GroupBox4.Controls.Add(Me.Label3)
216         Me.GroupBox4.Controls.Add(Me.Label2)
217         Me.GroupBox4.Controls.Add(Me.Label4)
218         Me.GroupBox4.Controls.Add(Me.cmbSection)
219         Me.GroupBox4.Controls.Add(Me.cmbClass)
220         Me.GroupBox4.Controls.Add(Me.cmbSession)
221         Me.GroupBox4.Location = New System.Drawing.Point(
9, 80)
222         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
223         Me.GroupBox4.Name =
"GroupBox4"
224         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
225         Me.GroupBox4.Size = New System.Drawing.Size(
390, 81)
226         Me.GroupBox4.TabIndex =
46
227         Me.GroupBox4.TabStop = False
228         
'
229         
'Label3
230         
'
231         Me.Label3.AutoSize = True
232         Me.Label3.ForeColor = System.Drawing.Color.Black
233         Me.Label3.Location = New System.Drawing.Point(
272, 18)
234         Me.Label3.Name =
"Label3"
235         Me.Label3.Size = New System.Drawing.Size(
49, 13)
236         Me.Label3.TabIndex =
35
237         Me.Label3.Text =
"Section :"
238         
'
239         
'Label2
240         
'
241         Me.Label2.AutoSize = True
242         Me.Label2.ForeColor = System.Drawing.Color.Black
243         Me.Label2.Location = New System.Drawing.Point(
152, 18)
244         Me.Label2.Name =
"Label2"
245         Me.Label2.Size = New System.Drawing.Size(
38, 13)
246         Me.Label2.TabIndex =
34
247         Me.Label2.Text =
"Class :"
248         
'
249         
'Label4
250         
'
251         Me.Label4.AutoSize = True
252         Me.Label4.ForeColor = System.Drawing.Color.Black
253         Me.Label4.Location = New System.Drawing.Point(
14, 17)
254         Me.Label4.Name =
"Label4"
255         Me.Label4.Size = New System.Drawing.Size(
53, 13)
256         Me.Label4.TabIndex =
33
257         Me.Label4.Text =
"Session : "
258         
'
259         
'cmbSection
260         
'
261         Me.cmbSection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
262         Me.cmbSection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
263         Me.cmbSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
264         Me.cmbSection.Enabled = False
265         Me.cmbSection.FormattingEnabled = True
266         Me.cmbSection.Location = New System.Drawing.Point(
275, 40)
267         Me.cmbSection.Name =
"cmbSection"
268         Me.cmbSection.Size = New System.Drawing.Size(
100, 21)
269         Me.cmbSection.TabIndex =
2
270         
'
271         
'cmbClass
272         
'
273         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
274         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
275         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
276         Me.cmbClass.Enabled = False
277         Me.cmbClass.FormattingEnabled = True
278         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
279         Me.cmbClass.Name =
"cmbClass"
280         Me.cmbClass.Size = New System.Drawing.Size(
112, 21)
281         Me.cmbClass.TabIndex =
1
282         
'
283         
'cmbSession
284         
'
285         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
286         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
287         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
288         Me.cmbSession.FormattingEnabled = True
289         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
290         Me.cmbSession.Name =
"cmbSession"
291         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
292         Me.cmbSession.TabIndex =
0
293         
'
294         
'btnSearch
295         
'
296         Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup
297         Me.btnSearch.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
298         Me.btnSearch.Location = New System.Drawing.Point(
408, 111)
299         Me.btnSearch.Name =
"btnSearch"
300         Me.btnSearch.Size = New System.Drawing.Size(
91, 28)
301         Me.btnSearch.TabIndex =
49
302         Me.btnSearch.Text =
"&Search"
303         Me.btnSearch.UseVisualStyleBackColor = True
304         
'
305         
'frmStudentsCardRecrd
306         
'
307         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
308         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
309         Me.BackColor = System.Drawing.Color.DarkSlateGray
310         Me.ClientSize = New System.Drawing.Size(
601, 661)
311         Me.Controls.Add(Me.Panel1)
312         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
313         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
314         Me.MaximizeBox = False
315         Me.MinimizeBox = False
316         Me.Name =
"frmStudentsCardRecrd"
317         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
318         Me.Panel2.ResumeLayout(False)
319         Me.Panel2.PerformLayout()
320         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
321         Me.Panel3.ResumeLayout(False)
322         Me.Panel1.ResumeLayout(False)
323         Me.GroupBox4.ResumeLayout(False)
324         Me.GroupBox4.PerformLayout()
325         Me.ResumeLayout(False)
326
327     End Sub
328     Friend WithEvents Panel2 As System.Windows.Forms.Panel
329     Friend WithEvents Label1 As System.Windows.Forms.Label
330     Friend WithEvents dgw As System.Windows.Forms.DataGridView
331     Friend WithEvents Panel3 As System.Windows.Forms.Panel
332     Private WithEvents Button4 As System.Windows.Forms.Button
333     Private WithEvents btnReset As System.Windows.Forms.Button
334     Friend WithEvents Panel1 As System.Windows.Forms.Panel
335     Private WithEvents Button1 As System.Windows.Forms.Button
336     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
337     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
338     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
339     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
340     Friend WithEvents Label3 As System.Windows.Forms.Label
341     Friend WithEvents Label2 As System.Windows.Forms.Label
342     Friend WithEvents Label4 As System.Windows.Forms.Label
343     Friend WithEvents cmbSection As System.Windows.Forms.ComboBox
344     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
345     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
346     Private WithEvents btnSearch As System.Windows.Forms.Button
347
348 End Class


Gõ tìm kiếm nhanh...